Beacon
interface Beacon
Represents a beacon device and the context of a beacon-related event.
This interface provides access to various properties of a beacon, such as its identifiers, measured signal strength, and estimated distance, as well as details specific to a beacon event, like the event type (enter/exit) and timestamp.
Implementations of this interface are typically associated with events triggered when a user's device enters or exits the activation area of a physical beacon.
See also
Properties
Functions
Link copied to clipboard
Gets the Bluetooth device name of the beacon, as broadcasted, if available.
Link copied to clipboard
Gets the identifier of the physical beacon device that triggered this event.
Link copied to clipboard
Gets an estimated distance to the beacon in meters.
Link copied to clipboard
Gets the geographical latitude associated with this beacon's configured location, if available.
Link copied to clipboard
Gets the geographical longitude associated with this beacon's configured location, if available.
Link copied to clipboard
Gets the MAC address of the Bluetooth Low Energy (BLE) device acting as the beacon, if available.
Link copied to clipboard
Gets a two-byte code indicating the manufacturer of the beacon hardware.
Link copied to clipboard
Gets the type of beacon event.
Link copied to clipboard
Gets the exact date and time when this beacon event occurred.
Link copied to clipboard
Gets the calibrated transmission power of the beacon in RSSI.
Link copied to clipboard
Gets the user profile associated with this beacon event, if any.